Endmember Induction Algorithms toolbox (version 0.2) - Wed, 29 Aug 2012
==================================================================================
    - Bug corrected in ILSIA algorithm. The bug was detected Dr. Stephen Becker from the Laboratoire JLL at Paris 6 University, France. The bug consisted of a wrong assigment of the induced endmembers in line 198 (ILSIA.m) and lines 199 (ILSIA.sci):
        	E(:,p) = data(:,p);
which has been corrected by:
		E(:,p) = data(:,i);
    - Improved the LAM function code to speed up its execution.


Endmember Induction Algorithms toolbox (version 0.1) - Wed, 27 Apr 2011
==================================================================================
    - Implemented functions for MATLAB and SCILAB:
        * EIA_EIHA: Endmember Induction Heuristic Algorithm (EIHA)
        * EIA_ILSIA: Incremental Strong Lattice Independent Algorithm (ILSIA)
        * EIA_WM: Prof. Ritter's WM Algorithm (WM)
        * EIA_NFINDR: N-FINDR
        * EIA_FIPPI: Fast Iterative PPI (FIPPI)
        * EIA_ATGP: Automatic Target Generation Process (ATGP)
        * EIA_CCA: Convex Cone Analysis (CCA)
        * EIA_LAM: Lattice Associative Memories (LAMs)
        * EIA_CHEBYSHEV: Chebyshev distance
        * EIA_HFC: HFC method
        * EIA_1D: 1 spatial dimensionality launcher
        * EIA_2D: 2 spatial dimensionalities launcher
        * EIA_3D: 3 spatial dimensionalities launcher

 -- Miguel Angel Veganzones <miguelangel.veganzones@ehu.es>
 -- Prof. Manuel Graña <manuel.grana@ehu.es>
 -- Grupo de Inteligencia Computacional <http://www.ehu.es/computationalintelligence>
 -- Universidad del País Vasco (UPV/EHU), Spain
 -- Wed, 27 Apr 2011


